home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gth035.zip / SYSOP.HLP < prev    next >
Text File  |  1990-08-10  |  4KB  |  100 lines

  1.  
  2. ╔═════════╦════════════════════════════════════════════════════════════
  3. ║ GT-HELP ║ SYSOP.BBS - All the Prompts which GT displays.
  4. ╚═════════╩════════════════════════════════════════════════════════════
  5.  
  6.  
  7.     ┌─────────────────────────────────────────────────────────────────────┐
  8.     │ The SYSOP.BBS file is an essential file which should only be edited │
  9.     │ with extreme care.                                                  │
  10.     └─────────────────────────────────────────────────────────────────────┘
  11.  
  12.  
  13.     The first three lines of this file benefit from editing - but be sure
  14.     that you do not allow your editor to word wrap any line.  These examples 
  15.     are from my board:
  16.  
  17.     1st line:       If you answer a caller that pages you, GT will 
  18.                     display the caller's name followed by this line.
  19.  
  20.                     ", here is the Sysop (&Harry Green~) . . ."
  21.  
  22.     2nd line:       Asking the caller's location at first log on.  
  23.     
  24.                     Note that if you make this much longer, GT won't 
  25.                     leave enough space to answer the question.  But you 
  26.                     somehow need to give them the impression they need 
  27.                     to answer TWO words.
  28.  
  29.                     "From (Town [*and*] County (or City/State) ?"
  30.  
  31.     3rd line:       GT uses this name when addressing mail entered as a
  32.                     Message to Sysop :
  33.  
  34.                     "Harry Green"
  35.  
  36.  
  37.     There is nothing else in this file that you NEED to change (unless you
  38.     are working in a foreign language) but you can do so if you wish.  If
  39.     in doubt, leave it alone - and always keep the original to fall back if
  40.     necessary.
  41.  
  42.     Most of the prompts which GT displays in host mode are configurable via
  43.     this file, but always bear in mind that :
  44.  
  45.         a)  In most cases, GT operates by response characters which are 
  46.             *not* configurable.  So if a line is presently 
  47.             
  48.                 "[S]can [T]hread [Q]uit"
  49.  
  50.             then it would make little sense to edit this line in any way 
  51.             that did not involve the characters S, T and Q.
  52.             
  53.         b)  Each line of the file represents one prompt.  The order of the
  54.             lines is very important.
  55.  
  56.         c)  As in "line 2" above, there may be length limitations on 
  57.             some of the prompts, and where embedded fields are involved 
  58.             you may need to experiment to determine whether the position 
  59.             of the field can be changed.
  60.  
  61.             Note:   individual prompts can be *displayed* on  2 or more
  62.                     lines - a return is generated by coding \r in the text.
  63.  
  64.  
  65. ┌─────────┐
  66. │ Colours │
  67. └─────────┘
  68.  
  69.     Colours can be defined using special colour codes which are 
  70.     described in the next edit window.  Note in particular that these 
  71.     involve some special characters :
  72.  
  73.         $   &   [   ]   ~           
  74.  
  75.     If you need to callers to *see* any of those characters, you should
  76.     precede them with % to prevent them from being interpreted as colour
  77.     controls.  If you need callers to see the % sign, you should use two 
  78.     of them, ie %%
  79.  
  80.     There is NO sysop.cbs file - colours can *only* be described using
  81.     these special symbols.
  82.  
  83.  
  84. ┌───────────┐
  85. │ Variables │
  86. └───────────┘
  87.  
  88.     Where a line contains more than one variable, you will not be able to
  89.     change the order in which the variables appear.
  90.  
  91.     A variable is substituted wherever the line contains :
  92.  
  93.         %d, %u, %ld     integer values
  94.         %c              a single character value
  95.         %s              a string (text) value
  96.  
  97.         \r              a carriage return
  98.  
  99.    
  100.